home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / pmftrm.zip / PMFTRM.TXT < prev    next >
Text File  |  1992-06-26  |  6KB  |  172 lines

  1.  
  2.  
  3.                PMFTERM 1.2c
  4.  
  5. Welcome to PMFTERM!  I have tried to implement a version of FTTERM
  6. for OS/2, without having to resort to EE CM.
  7.  
  8. *************************************************************************
  9.  
  10. PLEASE NOTE THAT ASCII-EBCDIC TRANSLATION MAY NOT BE FTTERM-COMPATIBLE FOR
  11. CERTAIN SPECIAL CHARACTER CODES SUCH AS [, ], \, ^ AND A FEW OTHERS!
  12.  
  13. *************************************************************************
  14.  
  15. Select Menu Item "Help + Help Index..." and browse it for a good description
  16. of PMFTERM.
  17.  
  18. Keyboard mapping can't be changed.  The following codes are assigned:
  19.  
  20.     (left) ENTER - New Line    key on Enhanced Keyboards,
  21.                Enter key on AT keyboard.
  22.     (pad)  ENTER - Enter key on Enhanced Keyboards
  23.  
  24.     HOME and PAUSE - Clear Screen (FTTERM/VT100 only)
  25.  
  26.     END - Erase to End of Line (FTTERM only)
  27.  
  28.     F1-F12 - Program function keys for 3708/7171
  29.     Shift+F1/F2 - F11 or F12 on 10 PF key keyboards
  30.  
  31.     Ctrl+F1 and Alt+Insert - PA1 (FTTERM/VT100 only)
  32.     Ctrl+F2 and Alt+Home   - PA2 (FTTERM/VT100 only)
  33.  
  34.     Right CTRL key on enhanced keyboards - Enter (FTTERM only)
  35.  
  36.     Ctrl+r - 3708/7171 Reset sequence
  37.  
  38.     Ctrl+n - IBM 5842 <Com> command
  39.     Ctrl+s/q/o - Xoff/Xon/SI commands (mainly VT100)
  40.  
  41.     Ctrl+C  - Break
  42.  
  43. -----------------------------------------------------------------------
  44.  
  45.                     I N S T A L L A T I O N
  46.  
  47. 1. Download PMFTRM.ZIP and unZip it to a directory.
  48.  
  49. 2. Add one of the following lines to your CONFIG.SYS :
  50.  
  51.     DEVICE=C:\OS2\COM01.SYS (AT type machines Release 1.2+)
  52.     DEVICE=C:\OS2\COM02.SYS (PS/2 machines OS/2 1.2+)
  53.  
  54.     DEVICE=C:\OS2\COM.SYS    (Version 2.0 and above)
  55.  
  56. 3. PCASSI 3.0 Users can use the provided .CUS file.  This customization
  57.    file invokes PSEND/PRECEIVE instead of SEND/RECEIVE, and uses host
  58.    session "I" instead of "A" as the default.
  59.  
  60. 4. Run PMTDFLTS from an OS/2 windowed command prompt.  This will
  61.    create a number of useful model terminal profiles which can be used
  62.    as a basis for your own profiles.
  63.  
  64. 5. Copy PMFTERM.HLP from your directory into a directory in the HELP= path.
  65.  
  66. 6. To setup a terminal profile "on the fly", (for example, the IBM
  67.    Information Network using FTTERM Color emulation mode) execute
  68.    PMFTERM.EXE from the OS/2 command prompt and do the following:
  69.  
  70.     Select "Settings" "Select Profile" from the menu bar.
  71.  
  72.     Change the name "DEFAULT" to "FTTERMC" or anything else.
  73.     Change Terminal Emulation to FTTERMC.
  74.     Set the Modem Speed for your modem.
  75.     Set COM1-4.
  76.     Push the "Keys" pushbutton.
  77.  
  78.     Configure the autokey sequences for IIN as follows:
  79.  
  80.     Send: ATE1\r       (the \r is "return")
  81.     Response:  OK      (wait for OK)
  82.     
  83.     Send: ATDT18003338496\r  (dial IIN)
  84.     Response: TYPE:        (wait for Terminal TYPE:)
  85.  
  86.     Send:19\r        (type code for FTTERM)
  87.     Response:  ===>        (wait for response)
  88.  
  89.     Send: xxxx\tyyyyyyyy    (account code=xxxx, \t=Tab, userid)
  90.  
  91. Push the OK button. 
  92.  
  93. Check the "Save" and "Default" check boxes, and push the "OK" button.
  94.  
  95. The system will now dial IIN.  To abort an autokey sequence, select
  96.  
  97.      "Connect" "Abort" from the Menu
  98.  
  99. and hit any key on the keyboard to kill the ATDT in the modem.
  100.  
  101. The default (startup) profile is now set to FTTERMC (with your autokey
  102. sequences) and will be selected at startup time.
  103.  
  104. To redial, select
  105.  
  106.      "Connect" "Connect" from the Menu.
  107.  
  108. ------------------------------------------------------------------------
  109.  
  110. Allowed Autokey escape (\) sequences:
  111.  
  112.     \r     Send a carriage return
  113.     \t or \> Send a tab
  114.     \<     Send a backtab
  115.     \n     Send a new line
  116.     \d     Send the IBM 5842 CTRL-N character
  117.     \c     Send a Ctrl+C (ETX)
  118.     \w     Wait 1 second
  119.     \e     Send an ESC character
  120.     
  121. For anything else, the '\' is ignored and the character following it is
  122. sent "as-is".  To send a '\', therefore, put a '\\' in the autokey
  123. sequence to be sent.
  124.  
  125. -------------------------------------------------------------------------
  126.  
  127. You can create any number of profiles.  Check the "Save" checkbox and
  128. overtype the name of the profile to be saved.  To use a profile at
  129. startup time (ie. override the DEFAULT profile) either change the Program
  130. Properties "Parameters" to the name of the profile, or go to the OS/2
  131. Windowed Command Prompt and type:
  132.  
  133.     PMFTERM [[x:]MYPROF]
  134.  
  135. where MYPROF is the name of the profile to be used instead of DEFAULT,
  136. and x: is a single character "session id" which is followed by a colon.
  137. The session id is used to name internal queues and PMFTERM will ensure 
  138. that it is unique to each instance of the PMFTERM program in the system.
  139.  
  140. The session ID is used as part of the host file transfer PSEND/PRECEIVE
  141. command to point to the correct instance of PMFTERM, such that if you
  142. start PMFTERM against COM1 and then again against COM2 (hopefully you
  143. have 2 COM ports and modems available) you could open a windowed OS/2
  144. command prompt and use the commands:
  145.  
  146.     start psend c:\autoexec.bat i:autoexec batbin
  147.     start psend c:\config.sys j: (X 1K)
  148.  
  149. to initiate concurrent file transfers (first to the IBM Information
  150. Network on session "i" and concurrently to a BBS using XMODEM with 1k
  151. blocks).  Note that the PMFTERM title bar will say
  152. "PMFTERM Using ?:!!!!!!!!",  where ? is the session ID and
  153. !!!!!!!! is the profile name.
  154.  
  155. Color remapping is now available for FTTERM emulation.  Select Customize
  156. Colors, select the color to be changed via its radio button and then
  157. select the color from the "To" box.  Press "Set".  To reset to the
  158. factory-installed defaults, press "Reset".  To write the colors to OS2.INI
  159. press "Save".
  160.  
  161.  
  162.             Steve Blunden
  163.             June 26, 1992
  164.  
  165.  
  166.         
  167.     
  168.  
  169.  
  170.  
  171. 
  172.